home *** CD-ROM | disk | FTP | other *** search
/ Klondike Gold - An Interactive History / Klondike Gold - An Interactive History.iso / gr3.dir / 00145_Script_145 < prev    next >
Text File  |  1995-11-28  |  543b  |  33 lines

  1. on exitFrame
  2.   --6 
  3.   
  4.   HL 45, 28
  5.   
  6.   preLoadCast 50, 55
  7.   
  8.   if rollover(3) then
  9.     show "G006.A"
  10.   else
  11.     if rollover(4) then
  12.       show "G006.B"
  13.     else
  14.       if rollover(5) then
  15.         show "G006.B RED"
  16.       else
  17.         if rollover(6) then
  18.           show "G006.C"
  19.         else
  20.           if rollover(7) then
  21.             show "G006.D"
  22.           else
  23.             
  24.             reshow "6", "G006"
  25.             prompt2
  26.           end if
  27.         end if
  28.       end if
  29.     end if
  30.   end if
  31.   go the frame
  32.   
  33. end